- instead of overriding :backdrop for sidebars, continue pursuing
not to backdrop anything but headerbar items and buttons.
Fixes https://gitlab.gnome.org/GNOME/gtk/-/issues/3377
@at-root %selected_items_disabled,
&:disabled { color: mix($selected_fg_color, $selected_bg_color, 50%); }
- @at-root %selected_items_backdrop,
- &:backdrop {
- color: $backdrop_selected_fg_color;
-
- &:disabled { color: mix($backdrop_selected_fg_color, $selected_bg_color, 30%); }
- }
}
}